DataEngine for .NET Standard | ComponentOne
C1.DataEngine.Api Assembly / C1.DataEngine Namespace / RuntimeRangeCondition Class / RuntimeRangeCondition Constructor / RuntimeRangeCondition Constructor(String,RuntimeRangeExpression[])
The name of the column to use when evaluating the range condition.
An array of RuntimeRangeExpression objects comprising the range condition.

In This Topic
    RuntimeRangeCondition Constructor(String,RuntimeRangeExpression[])
    In This Topic
    Initializes a new instance of the RuntimeRangeCondition class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal name As String, _
       ByVal expr() As RuntimeRangeExpression _
    )
    public RuntimeRangeCondition( 
       string name,
       RuntimeRangeExpression[] expr
    )

    Parameters

    name
    The name of the column to use when evaluating the range condition.
    expr
    An array of RuntimeRangeExpression objects comprising the range condition.
    See Also